From 3bc9a83c9e37c2035d050e7e0e759bae700cdf2a Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Tue, 22 Apr 2025 11:50:23 +0200 Subject: [PATCH] ci: temporarily use custom craftmaster fork this is required to make `General`.`CraftRevision` work as intended. Revert this after https://invent.kde.org/packaging/craftmaster/-/merge_requests/7 is merged. Signed-off-by: Jyrki Gadinger --- .github/workflows/macos-build-and-test.yml | 2 +- .github/workflows/windows-build-and-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-build-and-test.yml b/.github/workflows/macos-build-and-test.yml index f6c59d491..6f4fd7520 100644 --- a/.github/workflows/macos-build-and-test.yml +++ b/.github/workflows/macos-build-and-test.yml @@ -46,7 +46,7 @@ jobs: - name: Download Craft run: | - git clone -q --depth=1 https://invent.kde.org/packaging/craftmaster.git ${{ env.CRAFT_MASTER_LOCATION }} + git clone -q --depth=1 https://invent.kde.org/ggadinger/craftmaster.git ${{ env.CRAFT_MASTER_LOCATION }} - name: Add Nextcloud client blueprints run: | diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml index 2aa869326..6bfc44d7e 100644 --- a/.github/workflows/windows-build-and-test.yml +++ b/.github/workflows/windows-build-and-test.yml @@ -22,7 +22,7 @@ jobs: - name: Install Craft Master with Nextcloud Client Deps shell: pwsh run: | - & cmd /C "git clone -q --depth=1 https://invent.kde.org/packaging/craftmaster.git ${{ env.CRAFT_MASTER_LOCATION }} 2>&1" + & cmd /C "git clone -q --depth=1 https://invent.kde.org/ggadinger/craftmaster.git ${{ env.CRAFT_MASTER_LOCATION }} 2>&1" function craft() { python "${{ env.CRAFT_MASTER_LOCATION }}\CraftMaster.py" --config "${{ env.CRAFT_MASTER_CONFIG }}" --target ${{ env.CRAFT_TARGET }} -c $args -- 2.30.2